TODO comments
This commit is contained in:
parent
52916f9ae9
commit
4d92e880c9
@ -1375,8 +1375,6 @@ func StartJail(args []string) {
|
|||||||
fmt.Printf(" > Jail ZFS datasets: OK\n")
|
fmt.Printf(" > Jail ZFS datasets: OK\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
// WIP 26/06/2022 : https://github.com/iocage/iocage/blob/master/iocage_lib/ioc_start.py#L792
|
|
||||||
// TODO
|
|
||||||
err = generateResolvConf(cj)
|
err = generateResolvConf(cj)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("%s\n", err)
|
fmt.Printf("%s\n", err)
|
||||||
@ -1424,6 +1422,10 @@ func StartJail(args []string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// WIP 10/07/2022 : https://github.com/iocage/iocage/blob/master/iocage_lib/ioc_start.py#L891
|
||||||
|
// TODO: Handle dhcp
|
||||||
|
// TODO: Apply rctl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user