diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-26 02:07:43 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-26 02:07:43 +0400 |
| commit | 5e6a4e5f0449df2f5667fe3c4aad95920c997a64 (patch) | |
| tree | a70e74eaf4812f33e61fc3630adfa9faa784fcc9 /bootadm/debian | |
| parent | 9b9da758ca6c202713329e75117b94a454bd38a9 (diff) | |
| download | illumos-packaging-5e6a4e5f0449df2f5667fe3c4aad95920c997a64.tar.gz | |
Remove files from "binary" branch
Diffstat (limited to 'bootadm/debian')
| -rw-r--r-- | bootadm/debian/bootadm.install | 20 | ||||
| -rw-r--r-- | bootadm/debian/bootadm.links | 1 | ||||
| -rw-r--r-- | bootadm/debian/changelog | 34 | ||||
| -rw-r--r-- | bootadm/debian/compat | 1 | ||||
| -rw-r--r-- | bootadm/debian/control | 21 | ||||
| -rw-r--r-- | bootadm/debian/patches/use-gnu-df.patch | 26 | ||||
| -rwxr-xr-x | bootadm/debian/rules | 23 |
7 files changed, 0 insertions, 126 deletions
diff --git a/bootadm/debian/bootadm.install b/bootadm/debian/bootadm.install deleted file mode 100644 index 3487fa0..0000000 --- a/bootadm/debian/bootadm.install +++ /dev/null @@ -1,20 +0,0 @@ -boot/solaris/bin/create_diskmap -boot/solaris/bin/create_ramdisk -boot/solaris/bin/extract_boot_filelist -boot/solaris/bin/mbr -boot/solaris/bin/root_archive -boot/solaris/bin/symdef -boot/solaris/bin/update_grub -boot/solaris/filelist.ramdisk -boot/solaris/filelist.safe -lib/svc/manifest/system/boot-archive-update.xml -lib/svc/manifest/system/boot-archive.xml -lib/svc/method/boot-archive -lib/svc/method/boot-archive-update -sbin/bootadm -sbin/fiocompress -usr/sbin/root_archive -usr/share/man/man1m/boot.1m -usr/share/man/man1m/bootadm.1m -usr/share/man/man1m/fiocompress.1m -usr/share/man/man1m/root_archive.1m diff --git a/bootadm/debian/bootadm.links b/bootadm/debian/bootadm.links deleted file mode 100644 index ada2ed8..0000000 --- a/bootadm/debian/bootadm.links +++ /dev/null @@ -1 +0,0 @@ -../../sbin/bootadm usr/sbin/bootadm diff --git a/bootadm/debian/changelog b/bootadm/debian/changelog deleted file mode 100644 index 35eb434..0000000 --- a/bootadm/debian/changelog +++ /dev/null @@ -1,34 +0,0 @@ -bootadm (0.1+13513-24) unstable; urgency=low - - * Moved installgrub into illumos-grub - * Added dependency on illumos-grub - - -- Igor Pashev <pashev.igor@gmail.com> Thu, 16 Feb 2012 18:46:53 +0400 - -bootadm (0.1+13513-23) unstable; urgency=low - - * Removed /boot/solaris/devicedb/master - (ship in illumos-kernel). (re #21) - * Removed deprecated installboot - * Removed bootenv.rc - - -- Igor Pashev <pashev.igor@gmail.com> Sun, 12 Feb 2012 07:34:48 +0400 - -bootadm (0.1+13513-22) unstable; urgency=low - - * bootadm is not essential, but important. - * depends on genisoimage or ufsutils. (re #18) - - -- Igor Pashev <pashev.igor@gmail.com> Sat, 11 Feb 2012 05:22:29 +0400 - -bootadm (0.1+13513-21) unstable; urgency=low - - * Fixed GNU df usage - - -- Igor Pashev <pashev.igor@gmail.com> Fri, 10 Feb 2012 01:37:54 +0400 - -bootadm (0.1+13513-20) unstable; urgency=low - - * Initial release. - - -- Igor Pashev <pashev.igor@gmail.com> Fri, 10 Feb 2012 00:25:48 +0400 diff --git a/bootadm/debian/compat b/bootadm/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/bootadm/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/bootadm/debian/control b/bootadm/debian/control deleted file mode 100644 index 5e21eb5..0000000 --- a/bootadm/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: bootadm -Section: admin -Priority: important -Maintainer: Igor Pashev <pashev.igor@gmail.com> -Build-Depends: - debhelper ( >= 8 ), -Standards-Version: 3.9.2 -Homepage: http://illumos.org/ - - -Package: bootadm -Architecture: illumos-amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, genisoimage | ufsutils, illumos-grub -Description: manage bootability of Illumos - The bootadm command manages the boot archive and, with x86 boot - environments, the GRUB (GRand Unified Bootloader) menu. The update-archive - option provides a way for user to update the boot archive as a - preventative measure or as part of a recovery procedure. The set-menu - subcommand allows you to switch the auto-boot timeout and default boot - entry in the GRUB menu. - diff --git a/bootadm/debian/patches/use-gnu-df.patch b/bootadm/debian/patches/use-gnu-df.patch deleted file mode 100644 index f84bcc2..0000000 --- a/bootadm/debian/patches/use-gnu-df.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: debian/bootadm/boot/solaris/bin/create_ramdisk -=================================================================== ---- debian.orig/bootadm/boot/solaris/bin/create_ramdisk 2012-02-10 00:51:43.559474501 +0400 -+++ debian/bootadm/boot/solaris/bin/create_ramdisk 2012-02-10 00:54:10.713770685 +0400 -@@ -506,7 +506,7 @@ - - # check to see if there is sufficient space in tmpfs - # -- tmp_free=`df -b /tmp | tail -1 | awk '{ printf ($2) }'` -+ tmp_free=`df -k /tmp | tail -1 | awk '{ printf ($4) }'` - (( tmp_free = tmp_free / 3 )) - if [ $SPLIT = yes ]; then - (( tmp_free = tmp_free / 2 )) -Index: debian/bootadm/boot/solaris/bin/update_grub -=================================================================== ---- debian.orig/bootadm/boot/solaris/bin/update_grub 2011-11-13 07:54:55.000000000 +0400 -+++ debian/bootadm/boot/solaris/bin/update_grub 2012-02-10 01:03:04.942863246 +0400 -@@ -61,7 +61,7 @@ - is_zfs_boot=yes - fi - else -- rootfstype=`df -n ${ALT_ROOT:-/} | awk '{print $3}'` -+ rootfstype=`df -T ${ALT_ROOT:-/} | tail -n 1 | awk '{print $2}'` - if [ "$rootfstype" = "zfs" ]; then - is_zfs_boot=yes - fi diff --git a/bootadm/debian/rules b/bootadm/debian/rules deleted file mode 100755 index f556ef3..0000000 --- a/bootadm/debian/rules +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/make -f - - -%: - dh $@ - -# For a while we use binary "sources" -override_dh_auto_configure: -override_dh_auto_build: -override_dh_auto_test: -override_dh_auto_install: - ln -sf ../../root_i386 debian/tmp - - -override_dh_install: - dh_install - cd debian && \ - patch -p1 < patches/use-gnu-df.patch - -override_dh_auto_clean: - -override_dh_installmodules: - |
