Unslung 4.21 - added /mnt/repair fix. Also added /etc/inittab to conffiles in sysvinit
authorRod Whitby <rod@whitby.id.au>
Mon, 23 May 2005 12:15:17 +0000 (12:15 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 23 May 2005 12:15:17 +0000 (12:15 +0000)
BKrev: 4291c955VL3l166HtQxL48z2WhE2cw

conf/distro/unslung.conf
packages/nslu2-binary-only/unslung-rootfs-2.3r25/linuxrc
packages/nslu2-binary-only/unslung-rootfs_2.3r25.bb
packages/sysvinit/sysvinit_2.86.bb

index accab44..3da137c 100644 (file)
@@ -7,7 +7,7 @@ FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native"
 FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe"
 
 DISTRO_NAME = "Unslung"
-DISTRO_VERSION = "4.20-beta"
+DISTRO_VERSION = "4.21-beta"
 DISTRO_TYPE = "beta"
 
 TARGET_FPU = "soft"
index 38abf00..657932e 100644 (file)
@@ -62,6 +62,7 @@ if [ $prefroot = "maintenence" ] ; then
     /bin/mount -t ext2 /dev/ram0 /mnt
     ( /usr/bin/find . -print0 -mount | /usr/bin/cpio -p -0 -d -m -u /mnt )
     /bin/rm -f /mnt/linuxrc
+    /bin/mkdir /mnt/mnt/repair
 fi
 
 if [ $prefroot = "nfsroot" ] ; then
index 3b9ab41..e8fc963 100644 (file)
@@ -1,8 +1,8 @@
 SECTION = "base"
 
-PR = "r64"
+PR = "r65"
 
-UNSLUNG_VERSION = "4.20-beta"
+UNSLUNG_VERSION = "4.21-beta"
 
 DEPENDS = "nslu2-linksys-libs"
 
index 7cb86e1..969bbb0 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r14"
+PR = "r15"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
@@ -14,6 +14,7 @@ RDEPENDS_${PN} = "${PN}-inittab"
 PACKAGES =+ "bootlogd ${PN}-inittab"
 FILES_bootlogd = "/etc/init.d/bootlogd /etc/init.d/stop-bootlogd /etc/rc?.d/S*bootlogd /sbin/bootlogd"
 FILES_${PN}-inittab = "${sysconfdir}/inittab"
+CONFFILES_${PN}-inittab = "${sysconfdir}/inittab"
 
 USE_VT ?= "1"