Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37509636
en ru br
ALT Linux repos
S:1.0.132-alt1

Group :: System/Base
RPM: debootstrap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: debootstrap-devices.patch
Download


--- debootstrap.orig/Makefile
+++ debootstrap/Makefile
@@ -34,7 +34,9 @@ devices.tar.gz:
 	mkdir -p dev
 	chown 0:0 dev
 	chmod 755 dev
-	(cd dev && $(MAKEDEV) std ptmx fd consoleonly)
+	$(MAKEDEV) -d dev std ptmx fd
+	$(MAKEDEV) -d dev -x console
+	mknod dev/console c 5 1
 	tar cf - dev | gzip -9 >devices.tar.gz
 	@if [ "$$(tar tvf devices.tar.gz | wc -l)" -lt 2 ]; then \
 		echo " ** devices.tar.gz is empty!" >&2; \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin