Commit graph

83 commits

Author SHA1 Message Date
Alex Musolino
51669adf24 inst/prepdisk: fix invocations of test(1)
Test(1) was fixed some time ago [1] to properly parse all of its
command line arguments.  As such, we need to be more careful about
using test(1) with globbing patterns.

[1] changeset b562b269ce
2022-05-11 16:33:37 +00:00
cinap_lenrek
f9efc8ed87 inst/startether: skip ipv6 auto configuration when nora6 was specified 2019-03-27 14:45:08 +01:00
cinap_lenrek
415ad3e723 inst/startether: fix typo 2018-08-15 22:14:52 +02:00
cinap_lenrek
cd752a39f8 ipv6 autoconfiguration on ethernet
for ip autoconfiguration, setup ipv6 link local addresses
and do SLAAC in parallel to DHCP.
2018-08-15 21:39:30 +02:00
cinap_lenrek
c197fede61 inst: determine kernel for bootsetup from $bootfile and $cputype 2018-01-05 08:38:23 +01:00
cinap_lenrek
89653dcc74 inst/mounthjfs: use /dev/swap instead of #c/swap to determine memory size (thanks aap) 2017-11-19 15:42:15 +01:00
cinap_lenrek
be7f3fb5e4 rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation
there isnt much of a point in keep maintaining separate
kernel configurations for terminal and cpu kernels as
the role can be switched with service=cpu boot parameter.

to make stuff cosistent, we will just have one "pc" kernel
and one "pc64" kernel configuration now.
2017-09-10 22:35:23 +02:00
cinap_lenrek
7d1b9e39f7 inst: don't hardcode /net/ether0, might have usb ethernet 2017-08-05 14:30:48 +02:00
cinap_lenrek
caddc9a6ea inst: get rid of ppp configuration 2017-08-04 14:18:40 +02:00
cinap_lenrek
d5bbee50a0 inst: get rid of halt, just run fshalt in finish directly 2017-08-04 14:17:29 +02:00
cinap_lenrek
f777f7c421 inst: post newfs fileservers under /srv/$fstype.newfs to avoid conflict with preexisting local filesystem 2017-08-04 14:16:07 +02:00
cinap_lenrek
20ba8815bc inst/configether: in manual network configuration, ask for dns server 2017-05-01 22:50:16 +02:00
cinap_lenrek
cf7d50a1a1 inst/bootsetup: fix unformated esp check (thanks yellow_apple) 2017-01-23 14:37:02 +01:00
cinap_lenrek
2559f92a83 inst: fix download task using ip/httpfile to mount a iso over http and prompt for installurl 2015-07-13 06:28:46 +02:00
cinap_lenrek
628611fb5c inst: provide gpt/mbr choice when disk is blank, format esp 2015-06-06 02:00:51 +02:00
cinap_lenrek
52c6b751c0 inst/bootplan9: skip mbr installation and active partition switching when we have no plan9 dos partition
on efi systems, there is no plan9 partition in the dos partition table
that could be marked active and the mbr should be left alone.
2015-05-31 16:41:46 +02:00
cinap_lenrek
82aa1d5c78 integrate disk/edisk with diskparts, bootfs and installer (gpt support) 2015-05-31 13:06:18 +02:00
cinap_lenrek
0aea317dd2 inst: copy efi bootloader in bootsetup 2014-11-05 21:38:28 +01:00
cinap_lenrek
d91fe5b38b inst: ignore *bootscreen= variable when generating plan9.ini 2014-10-19 21:17:08 +02:00
cinap_lenrek
0c9a1e6653 inst/bootsetup: do not copy 9pccpuf kernel to 9fat
theres no cpuserver install anymore and pc kernels can
assume cpu role with service=cpu boot parameter.
2014-03-15 19:13:27 +01:00
cinap_lenrek
0d378e905e inst: cleanup installer making it not rely on path containing .
always explicitely execute installer modules with ./name instead
of relying that the path contians the dot.
2013-10-26 20:17:56 +02:00
cinap_lenrek
1c379c1667 inst: remove systype step. system will be terminal with a disk after installation. 2013-08-02 03:47:27 +02:00
cinap_lenrek
03f364d167 inst/ndbsetup: allow setting sysname more than once
In the installation, if you run the ndbsetup task n times (n > 1),
the installed /lib/ndb/local will have n sys= entries.

The problem is that ndb(8) will use the first sys= entry found, but
one would expect that the last configuration in the ndbsetup task
would be the active one.

Remove any previous entry in ndbsetup before adding new one.
2013-06-01 16:14:53 +02:00
ppatience0
c3d51106e1 inst/mountcwfs, inst/mounthjfs: fix typos 2013-03-12 17:55:00 -04:00
cinap_lenrek
91cc172719 inst: fix pbs update for bootsetup, remove stopether and stopppp tasks
the pbs update might fail if we dont unmount the 9fat.
2012-12-20 11:17:10 +01:00
cinap_lenrek
a81a6f2ff4 inst: add a linebreak before install boot record description 2012-12-06 07:09:16 +01:00
cinap_lenrek
b929f24b92 inst: remove broken winnt boot setup 2012-12-06 06:35:36 +01:00
cinap_lenrek
b65b65df1c inst: fix typo 2012-09-17 11:45:25 +02:00
cinap_lenrek
929441dd26 inst: ask to ream the filesystem in mounthjfs 2012-08-11 13:02:31 +02:00
cinap_lenrek
76b93f6c2c fix inst/mountcwfs 2012-08-09 20:17:51 +02:00
cinap_lenrek
286a035b6c inst/configfs: change spaces into tabs 2012-08-09 20:13:28 +02:00
aiju
4c4a3cbfd4 fix inst/bootsetup 2012-08-07 18:01:53 +02:00
aiju
b21b9ba89c added hjfs 2012-08-07 17:57:04 +02:00
cinap_lenrek
7de41e2435 inst: remove the cdboot parameter from plan9.ini 2012-07-04 01:32:49 +02:00
cinap_lenrek
90b38f03a5 inst: pass on kernel parameters to installed plan9.ini 2012-06-18 22:54:16 +02:00
cinap_lenrek
c910640fdd inst: remove fdisk/prep stuff from mainloop, remove inst/startwin 2012-05-21 03:51:38 +02:00
cinap_lenrek
f000760ec0 use sysname as dhcp host 2012-03-29 18:23:21 +02:00
cinap_lenrek
f075a98f05 inst: have to mount /srv/boot instead of binding /root 2011-08-31 19:33:22 +02:00
cinap_lenrek
8beb5ec0a9 inst: allow using /root as distribution media 2011-08-31 18:57:31 +02:00
cinap_lenrek
531d4710df merge 2011-08-31 15:50:05 +02:00
glenda
918b918f19 inst/tzsetup: fix 2011-08-30 13:00:00 -04:00
cinap_lenrek
c504f717e2 merge 2011-08-29 23:54:19 +02:00
stanley lieber
d711e87eb8 install: add tzsetup 2011-08-28 15:12:58 -05:00
cinap_lenrek
af89b1c5b1 inst/partdisk: fix issue #76 2011-07-21 01:04:17 +02:00
cinap_lenrek
d6fa8c3175 inst/ndbsetup: s/chekdone/checkdone/, simplify 2011-06-14 13:43:59 +02:00
cinap_lenrek
8b87e14b39 inst/configether: make *dhcp* host less confusing with sysname 2011-06-13 15:42:37 +02:00
cinap_lenrek
699a4dac34 inst/bootsetup: update bootsector when not formating 2011-06-13 15:18:16 +02:00
cinap_lenrek
c5bcd17a58 inst: add network configuration setup 2011-06-12 08:15:50 +00:00
cinap_lenrek
aeb6266854 inst: dont create /n/other/dist, keep /dist in main storage 2011-06-11 14:22:59 +00:00
cinap_lenrek
e30bd05a62 fix mistake 2011-06-09 22:02:50 +00:00