Changeset 1309 in ProjectBuilder


Ignore:
Timestamp:
May 31, 2011, 1:47:18 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix #105: create /dev/null in the chroot to avoid getting a file with errors in it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1299 r1309  
    452452pb_system("mknod -m 644 $vepath/dev/urandom c 1 9","Creating $vepath/dev/urandom") if (! -c "$vepath/dev/urandom");
    453453pb_system("mknod -m 666 $vepath/dev/zero c 1 5","Creating $vepath/dev/zero") if (! -c "$vepath/dev/zero");
     454pb_system("mknod -m 666 $vepath/dev/null c 1 3","Creating $vepath/dev/null") if (! -c "$vepath/dev/null");
    454455
    455456my $minipkglist;
Note: See TracChangeset for help on using the changeset viewer.