Changeset 1449
- Timestamp:
- 06/11/07 07:29:37 (6 years ago)
- Location:
- pkg/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
02-install-tools.bm (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/02-install-tools.bm
r1415 r1449 413 413 chroot_it update-rc.d hplip defaults 19 &>/dev/null 414 414 415 # ifrename416 chroot_it update-rc.d ifrename start 40 S . &>/dev/null417 418 415 # hot-key 419 416 chroot_it update-rc.d hotkey-setup start 98 2 5 . stop 90 0 6 . &>/dev/null … … 559 556 cp -f $TMP "$TARGET_MNT_POINT/etc/modules-$(uname -r)" 560 557 561 # udev modules fix562 if [ -x "$TARGET_MNT_POINT/etc/init.d/udev" ]; then563 mount --bind /proc "$TARGET_MNT_POINT/proc"564 chroot_it fix-udev-modules &>/dev/null565 chroot_it unfreeze-rc.d &>/dev/null566 umount "$TARGET_MNT_POINT/proc"567 fi568 569 # udev lan fix570 if [ -x $TARGET_MNT_POINT/etc/init.d/udev -a -x $TARGET_MNT_POINT/etc/init.d/ifrename ]; then571 mount --bind /proc "$TARGET_MNT_POINT/proc"572 chroot_it fix-udev-lan &>/dev/null573 chroot_it unfreeze-rc.d &>/dev/null574 umount "$TARGET_MNT_POINT/proc"575 fi576 577 558 # Also save /etc/sysconfig/ 578 559 mkdir -p $TARGET_MNT_POINT/etc/sysconfig/$(uname -r) -
pkg/main/parsix-installer/trunk/debian/changelog
r1415 r1449 1 parsix-installer (0.80.0.14) barry; urgency=low 2 3 * No more depends on ifrename and kanotix-udev-config 4 * Recommends Xdialog 5 6 -- Alan Baghumian <alan@technotux.org> Mon, 11 Jun 2007 08:58:49 +0330 7 1 8 parsix-installer (0.80.0.13) barry; urgency=low 2 9 -
pkg/main/parsix-installer/trunk/debian/control
r40 r1449 8 8 Package: parsix-installer 9 9 Architecture: all 10 Depends: dialog, initramfs-tools, perl, bash (>>2.05), gdm, grub (>>0.95), whois, initscripts, ifrename, kanotix-udev-config 10 Depends: dialog, initramfs-tools, perl, bash (>>2.05), gdm, grub (>>0.95), whois, initscripts 11 Recommends: Xdialog 11 12 Conflicts: parsix-menu (<= 0.6.2), parsix-manpages (<= 0.2.0) 12 13 Description: Installs Parsix GNU/Linux to hard disk
Note: See TracChangeset
for help on using the changeset viewer.


